Skip to content

chore: release#2579

Merged
zimeg merged 1 commit intomainfrom
changeset-release/main
May 7, 2026
Merged

chore: release#2579
zimeg merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 5, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@slack/cli-test@3.0.2

Patch Changes

  • 3c4e927: fix: invoke commands without shell intermediate

    Behind the scenes commands are now spawned direct to avoid unexpected input and output redirection or odd argument parsings. This is what happens and what changed:

    Linux:

    - /bin/sh -c "slack trigger run --workflow #/workflows/give_kudos_workflow"
    + execvp("slack", ["trigger", "run", "--workflow", "#/workflows/give_kudos_workflow"])

    Windows:

    - cmd.exe /s /c "slack trigger run --workflow #/workflows/give_kudos_workflow"
    + CreateProcessW("slack", ["trigger", "run", "--workflow", "#/workflows/give_kudos_workflow"])

@slack/types@2.21.1

Patch Changes

  • 5bc7685: Add BlocksChunk type for passing Block Kit blocks within streaming messages
  • 9fa2921: Align Alert, Card, and Carousel block type descriptions with official documentation

@github-actions github-actions Bot requested review from a team as code owners May 5, 2026 17:20
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 48d42c1 to 61c55b2 Compare May 6, 2026 17:20
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 61c55b2 to d448545 Compare May 7, 2026 19:44
@zimeg zimeg added pkg:types applies to `@slack/types` release pkg:cli-test applies to `@slack/cli-test` labels May 7, 2026
@zimeg
Copy link
Copy Markdown
Member

zimeg commented May 7, 2026

Copy link
Copy Markdown
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@zimeg zimeg merged commit 3411de3 into main May 7, 2026
1 check passed
@zimeg zimeg deleted the changeset-release/main branch May 7, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg:cli-test applies to `@slack/cli-test` pkg:types applies to `@slack/types` release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant